home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 May: Tool Chest / Dev.CD May 98 TC.toast / Tool Chest / Development Kits / HyperCard Related / APDA HyperCard Toolkits / HyperCard Serial Toolkit 2.6 / Source Code / makefile < prev    next >
Encoding:
Makefile  |  1995-02-07  |  4.3 KB  |  123 lines  |  [TEXT/MPS ]

  1. #
  2. # This makefile will build all of the basic serial port XCMDs.
  3. #
  4. # 2/88 - Initial coding by Harry R. Chesley.
  5. #
  6.  
  7. POptions    =    -w
  8.  
  9. HyperCommands    ƒƒ    breakSPort.p.o
  10.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7030 -sn Main=breakSPort ∂
  11.         breakSPort.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  12.         "{MPW}"Libraries:Libraries:HyperXLib.o
  13.  
  14. breakSPort.p.o    ƒ    breakSPort.p SPortUtil.inc
  15.  
  16. HyperCommands    ƒƒ    closeSPort.p.o
  17.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7031 -sn Main=closeSPort ∂
  18.         closeSPort.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  19.         "{MPW}"Libraries:Libraries:HyperXLib.o
  20.  
  21. closeSPort.p.o    ƒ    closeSPort.p SPortUtil.inc
  22.  
  23. HyperCommands    ƒƒ    killSPort.p.o
  24.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7032 -sn Main=killSPort ∂
  25.         killSPort.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  26.         "{MPW}"Libraries:Libraries:HyperXLib.o
  27.  
  28. killSPort.p.o    ƒ    killSPort.p SPortUtil.inc
  29.  
  30. HyperCommands    ƒƒ    sendSPort.p.o
  31.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7033 -sn Main=sendSPort ∂
  32.         sendSPort.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  33.         "{MPW}"Libraries:Libraries:HyperXLib.o
  34.  
  35. sendSPort.p.o    ƒ    sendSPort.p SPortUtil.inc
  36.  
  37. HyperCommands    ƒƒ    setSPortBufferSize.p.o
  38.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7034 -sn Main=setSPortBufferSize ∂
  39.         setSPortBufferSize.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  40.         "{MPW}"Libraries:Libraries:HyperXLib.o
  41.  
  42. setSPortBufferSize.p.o    ƒ    setSPortBufferSize.p SPortUtil.inc
  43.  
  44. HyperCommands    ƒƒ    configureSPort.p.o
  45.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7035 -sn Main=configureSPort ∂
  46.         configureSPort.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  47.         "{MPW}"Libraries:Libraries:HyperXLib.o
  48.  
  49. configureSPort.p.o    ƒ    configureSPort.p SPortUtil.inc
  50.  
  51. HyperCommands    ƒƒ    XModem.p.o
  52.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7036 -sn Main=XModem ∂
  53.         XModem.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  54.         "{MPW}"Libraries:PLibraries:PasLib.o ∂
  55.         "{MPW}"Libraries:Libraries:HyperXLib.o
  56.  
  57. XModem.p.o    ƒ    XModem.p SPortUtil.inc
  58.  
  59. HyperCommands    ƒƒ    sendSPortBytes.p.o
  60.     link -m ENTRYPOINT -o HyperCommands -rt XCMD=7037 -sn Main=sendSPortBytes ∂
  61.         sendSPortBytes.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  62.         "{MPW}"Libraries:Libraries:HyperXLib.o
  63.  
  64. sendSPortBytes.p.o    ƒ    sendSPortBytes.p SPortUtil.inc
  65.  
  66. HyperCommands    ƒƒ    charsAvailable.p.o
  67.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7030 -sn Main=charsAvailable ∂
  68.         charsAvailable.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  69.         "{MPW}"Libraries:Libraries:HyperXLib.o
  70.  
  71. charsAvailable.p.o    ƒ    charsAvailable.p SPortUtil.inc
  72.  
  73. HyperCommands    ƒƒ    recvChars.p.o
  74.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7031 -sn Main=recvChars ∂
  75.         recvChars.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  76.         "{MPW}"Libraries:Libraries:HyperXLib.o
  77.  
  78. recvChars.p.o    ƒ    recvChars.p SPortUtil.inc
  79.  
  80. HyperCommands    ƒƒ    recvUpTo.p.o
  81.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7032 -sn Main=recvUpTo ∂
  82.         recvUpTo.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  83.         "{MPW}"Libraries:Libraries:HyperXLib.o
  84.  
  85. recvUpTo.p.o    ƒ    recvUpTo.p SPortUtil.inc
  86.  
  87. HyperCommands    ƒƒ    sendSPortDone.p.o
  88.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7033 -sn Main=sendSPortDone ∂
  89.         sendSPortDone.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  90.         "{MPW}"Libraries:Libraries:HyperXLib.o
  91.  
  92. sendSPortDone.p.o    ƒ    sendSPortDone.p SPortUtil.inc
  93.  
  94. HyperCommands    ƒƒ    SPortBufferSize.p.o
  95.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7034 -sn Main=SPortBufferSize ∂
  96.         SPortBufferSize.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  97.         "{MPW}"Libraries:Libraries:HyperXLib.o
  98.  
  99. SPortBufferSize.p.o    ƒ    SPortBufferSize.p SPortUtil.inc
  100.  
  101. HyperCommands    ƒƒ    SPortVersion.p.o
  102.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7035 -sn Main=SPortVersion ∂
  103.         SPortVersion.p.o ∂
  104.         "{MPW}"Libraries:Libraries:HyperXLib.o
  105.  
  106. SPortVersion.p.o    ƒ    SPortVersion.p SPortUtil.inc
  107.  
  108. HyperCommands    ƒƒ    SPortConfiguration.p.o
  109.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7036 -sn Main=SPortConfiguration ∂
  110.         SPortConfiguration.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  111.         "{MPW}"Libraries:PLibraries:PasLib.o ∂
  112.         "{MPW}"Libraries:Libraries:HyperXLib.o
  113.  
  114. SPortConfiguration.p.o    ƒ    SPortConfiguration.p SPortUtil.inc
  115.  
  116. HyperCommands    ƒƒ    recvBytes.p.o
  117.     link -m ENTRYPOINT -o HyperCommands -rt XFCN=7037 -sn Main=recvBytes ∂
  118.         recvBytes.p.o "{MPW}"Libraries:Libraries:interface.o ∂
  119.         "{MPW}"Libraries:PLibraries:PasLib.o ∂
  120.         "{MPW}"Libraries:Libraries:HyperXLib.o
  121.  
  122. recvBytes.p.o    ƒ    recvBytes.p SPortUtil.inc
  123.